lbi: Add --remove-signatures to install time lbi copy#827
lbi: Add --remove-signatures to install time lbi copy#827cgwalters merged 1 commit intobootc-dev:mainfrom
Conversation
We are unable to copy a signed image from c/storage -> c/storage while preserving the signature. See https://github.com/containers/image/issues/2599 fixes bootc-dev#812 Signed-off-by: Chris Kyrouac <ckyrouac@redhat.com>
CI is failing on rpm-md repository metadata desynchronization. It's exactly stuff like this that would be greatly mitigated if we put rpms in registries instead. |
|
@ckyrouac I know we'd had flakes in the integration tests lately but this one looks to have introduced this:
So we'll need to set up a pull secret to make this work. |
|
ah, I'll try to find a good signed image from an unauthenticated repo, or I'll just push a signed test image to a public quay repo |
We are unable to copy a signed image from c/storage -> c/storage while preserving the signature. See
containers/container-libs#197
fixes containers/image#812